home *** CD-ROM | disk | FTP | other *** search
/ PCMania 77 / PCMania CD77_2.iso / PFRAMES1.CST / 00001_Script_New Behavior
Text File  |  1999-01-11  |  323b  |  15 lines

  1. -- Crear 1 por cabecera de frame 1 por 2║ frame y 1 por objeto programado
  2. -- Cabecera on mouseenter
  3. -- frame go to the frame ver posibilidad de loop en sonido fondo
  4.  
  5.  
  6. -- Objeto programado
  7. on mouseWithin
  8.   saca curso
  9. end mouseWithin
  10. on mouseLeave
  11.   quita cursor
  12. end mouseLeave
  13. on mouseup
  14.   play member 1093
  15. end